@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.otf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.otf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.otf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
}
/***************************** Appli ******************************/
html, body{
	width: 1080px;
	height: 1920px;
	margin: 0;
  	user-select : none;
    font-family: 'Montserrat-Regular';
	position: relative;
	overflow: hidden;
}

/*///////////////////////// HEADER ///////////////////////////////*/

.header {
    width: 1080px;
    height: 300px;
}
.header-bloc-top {
    width: 1080px;
    height: 200px;
    display: flex;
}
.header-logo {
    height: 200px;
}
.header-bloc-meteo {
    width: 765px;
    height: 200px;
}
.affichage_meteo {
    width: 765px;
    height: 200px;
    display: flex;
    align-items: center;
}
.meteo_jour {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.meteo-separate {
    width: 2px;
    height: 170px;
    background-color: #999999;
}
.meteo_jour.j0 {
    width: 300px;
    flex-wrap: wrap;
}
.j0 .affiche_jour_meteo {
    font-size: 25px;
}
.tmp_jour {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 40px;
}
.tmp_max, .tmp_min {
    position: absolute;
    bottom: 25px;
}
.tmp_max {
    color: #FF0004;
    right: 15px;
}
.tmp_min {
    color: #00C3FF;
    left: 15px;
}
.header-bloc-bottom {
    width: 1080px;
    height: 100px;
    background-color: #ffe001;
    font-size: 50px;
    text-align: center;
    line-height: 115px;
}

/*///////////////////////// BODY ///////////////////////////////*/

.body-slide {
    width: 1080px;
    height: 1410px;
}
.main-slick {
    width: 1080px;
    height: 1410px;
}
.contener-event {
    width: 1080px;
    height: 1410px;
}
.titre-event {
    width: 1080px;
    height: 100px;
    text-align: center;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-family: 'Gotham';*/
}
.lieu-event {
    width: 1080px;
    height: 100px;
    text-align: center;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lieu-event img{
    width: 35px;
}
.contener-image-event {
    width: 900px;
    height: 1200px;
    margin-left: 90px;
    position: relative;
}
.date-event {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #ffe001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: -60px;
    top: -125px;
}
.img-event {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.jour-date-event {
    font-size: 50px;
    font-family: 'Montserrat-Bold';
}
.jour-date-event1 {
    font-size: 40px;
    font-family: 'Montserrat-Bold';
}
.mois-date-event {
    font-size: 25px;
}

.annee-date-event {
    font-size: 25px;
}


/*///////////////////////// FOOTER ///////////////////////////////*/

.footer {
    width: 1080px;
    height: 210px;
    background-color: #ffffff;
}
.footer-bloc-top {
    width: 1080px;
    height: 100px;
    font-size: 71px;
}
.footer-bloc-bottom {
    width: 1080px;
    height: 110px;
    background-color: #000000;
    display: flex;
    justify-content: space-around;
}
.marquee {
    width: 1080px;
    height: 100px;
    overflow: hidden;
}
#bandeau_bottom {
    height: 100px;
}
#bandeau_bottom li{
    height: 100px;
    word-break: keep-all;
    text-align: left;
    display: inline-block;
}
.footer-contact {
    width: 600px;
    height: 110px;
    font-size: 21px;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}